home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Utilities / LogoMation 1.0.1 ƒ / LogoMation 1.0.1 / LogoMation 1.0.1.rsrc / STR#_1000.txt < prev    next >
Encoding:
Text File  |  1993-08-09  |  4.0 KB  |  119 lines

  1. An error was detected in the highlighted statement: 
  2.  
  3. . Please fix the error, and rerun the program.
  4.  
  5. a name of a variable was expected here, but something else was found
  6.  
  7. there is some illegal stuff to the right of the "=" sign
  8.  
  9. the second argument to Print is not 'move'.  If you use the optional second argument, it must be 'move'
  10.  
  11. a Return statement is not legal outside of a Function
  12.  
  13. the second argument to Picture is not 'redefine'.  If you use the optional second argument, it must be 'redefine'
  14.  
  15. a Picture definition can not be nested inside another Picture definition
  16.  
  17. a Picture definition can not be nested inside a Fill
  18.  
  19. a Picture cannot be defined while another Picture is being moved.
  20.  
  21. the Pen command requires arguments of the form name=value
  22.  
  23. the animation's speed must be greater then zero 
  24.  
  25. the name= or picture= options of the Pen command cannot be used while defining a picture or doing a Fill
  26.  
  27. a name of a picture can be a number, but this number is a big too high..
  28.  
  29. Picture "%s" was never defined
  30.  
  31. illegal "move" argument.  Use either "move=above" or "move=below"
  32.  
  33. illegal "trail" argument.  Use either "trail=yes" or "trail=no"
  34.  
  35. illegal "end" argument.  Use either end="yes",  end="no" or end="copy"
  36.  
  37. illegal fontsize=%.0f; must be greater then 5
  38.  
  39. the fontstyle parameter cannot be numeric.   Try using the Font Style command in the Tools menu
  40.  
  41. illegal fontstyle "%s".   Try using the Font Style command in the Tools menu
  42.  
  43. the fontname parameter cannot be numeric.   Try using the Font Name command in the Tools menu
  44.  
  45. could not find a font named "%s".   Try using the Font Name command in the Tools menu
  46.  
  47. could not understand "%s=..."
  48.  
  49. if you use four arguments to the Repeat command, then the first argument must be a name of a variable
  50.  
  51. Repeat cannot be executed zero
  52.  
  53. Repeat's step size cannot be zero
  54.  
  55. the Repeat loop is infinite (i.e. it will never end)
  56.  
  57. you cannot start a Fill while moving a Picture
  58.  
  59. you cannot start a new Fill before the current Fill is done
  60.  
  61. a Fill pattern %d was used;  you must use only patterns between 1 and 38
  62.  
  63. a Return was executed inside a Fill block - you must not do that
  64.  
  65. the Sound command's second argument, if used, must be either wait or nowait
  66.  
  67. sound "%s" cannot be found.  Try using the Use a Sound command from the Tools menu
  68.  
  69. an Else has no corresponding If
  70.  
  71. variable '%s' is used although it was never assigned a value
  72.  
  73. the function call could not be completed, bacause %s
  74.  
  75. you cannot divide by zero
  76.  
  77. you cannot take the sqrt of a negative number
  78.  
  79. you cannot change the pen to a picture when allowing more then one graphics windows.  You can fix that by checking the box in the Preferences menu
  80.  
  81. the argument of %s() must be between -1 and 1
  82.  
  83. the argument of ascii() must be a single character string
  84.  
  85. the argument of char() must be between 0 and 256
  86.  
  87. substr's second and third arguments must not be negative
  88.  
  89. the circle's radius is too small
  90.  
  91. Repeat loop limit (%ld iterations) was reached.  If needed, change the Preferences
  92.  
  93. the name argument, if used, must be the first argument in the Pen comman.
  94.  
  95. the Pause argument must be positive
  96.  
  97. the required element of the associative array '%s' was never assigned a value
  98.  
  99. the width of the ask() input field is too small.  Use a value wide enough to hold the reply to ask()
  100.  
  101. it is illegal to have a null string name a picture.  A picture must have a name that is between 1 and 127 characters long
  102.  
  103. the Picture's name is too long.  It must be between 1 and 127 characters long
  104.  
  105. you cannot execute CURVE while the previous CURVE is still running
  106.  
  107. function "%s" was called with more arguments then are necessary
  108.  
  109. call nesting limit (%ld nested calls) was reached when %s() was called.  Maybe it's time to check your Preferences setting...
  110.  
  111. the seq() function call is illegal in this context.  Use it only with the 'picture' mode of the Pen command
  112.  
  113. illegal argument to the 'defined' function.  Only a single variable is accepted; other expressions are illegal
  114.  
  115. sound "%s" cannot be played, probably because it is not a sampled sound (status=%d).  Playing other sounds is OK, though 
  116.  
  117. sound "%s" cannot be played (status=%d)
  118.  
  119.